home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 04 - Disk and Technical Stuff (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 04 - Disk and Technical Stuff (19xx)(Topik Public Domain)(PD)[WB].adf / Supra / Startup < prev    next >
Text File  |  1989-06-22  |  2KB  |  64 lines

  1. FailAt 25
  2. SupraMount  ; -s does not work with Epson HMD-726 drives
  3. Assign SupraSys: dh0:
  4. If FAIL
  5.   Echo "There appears to be a problem with this hard disk's format."
  6.   Ask "Would you like to run SupraFormat? (y/n)" y
  7.   If WARN
  8.     System/SupraFormat
  9.   EndIf
  10. EndIf
  11. FailAt 10
  12. If EXISTS SupraSys:c/Echo
  13.   SupraSys:c/Echo "Supra 4x4 Hard Disk Boot"
  14. Else
  15.   Type s/startup-text
  16.   Ask " "
  17.   Copy "Workbench 1.2:" to dh0: all
  18.   Echo "  "
  19.   SupraSys:c/Echo "   Copying ReadClock to SupraSys:"
  20.   SupraSys:c/Copy ReadClock to SupraSys:
  21.   SupraSys:c/Echo "   Copying ClockSet to SupraSys:"
  22.   SupraSys:c/Copy ClockSet to SupraSys:
  23.   If EXISTS DF0:c/DHIcons
  24.     DF0:c/DHIcons  ; Copies DF0:SupraDrive.inf icons to each partition
  25.                    ; and names them Disk.info
  26.   EndIf
  27.   SupraSys:c/Type s/startup-text2
  28.   Ask " "
  29. EndIf
  30. SupraSys:c/Assign sys: SupraSys:
  31. sys:c/Assign c: sys:c
  32. Assign s: sys:s
  33. Assign l: sys:l
  34. Assign libs: sys:libs
  35. Assign fonts: sys:fonts
  36. Assign devs: sys:devs
  37. Assign t: sys:t
  38. ; The next two Assign statements are added for the convenience of
  39. ; DPaint II users.  You can change the path to suit your needs.
  40. ; To make the lines useable, delete the leading semicolons.
  41. ; You can delete these lines if you don't use DPaint II.
  42. ;Assign DPaint: dh0:DPaint
  43. ;Assign dh: dh0:DPaint
  44. ; SetMap usa1
  45. BindDrivers
  46. If EXISTS sys:system
  47.     Path sys:system add
  48. EndIf
  49. If EXISTS sys:utilities
  50.     Path sys:utilities add
  51. EndIf
  52. Addbuffers df0: 20 ;takes up about 10K of memory, but improves floppy speed
  53. ; If you have an Amiga 500 with a 1/2 Meg internal upgrade and realtime
  54. ; clock, you can delete the following ReadClock command and remove the
  55. ; leading semicolons from the two command lines that follow the ReadClock.
  56. LoadWB
  57. Dir Ram:
  58. Path RAM: add
  59. ReadClock
  60. ;FailAt 30
  61. ;SetClock >NIL: Opt load
  62. Date
  63. EndCLI > nil:
  64.